@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap"); /* import font */
@import url("https://fonts.googleapis.com/css?family=DM+Sans:400,500,700&display=swap");

* {
    box-sizing: border-box;
}



@font-face {
    font-family: "avenir";
    src: url("../resources/avenir_ff/AvenirLTStd-Book.otf");
}

@font-face {
    font-family: "angsana";
    src: url("../resources/angsana-new/ANGSA.ttf");
}

:root{
    --white: #f9f9f9;
    --black: #36383F;
    --gray: #85888C;
} /* variables*/

html, body {
    height: 100vh;
    scroll-behavior: smooth;
}

body {
    background-color: #0b1409;
    color: #f9ce71;
    margin: 0px;
    padding: 0px;
    font-family: 'Cinzel', serif;
}

h1 {
    letter-spacing: 6px;
}

h1 a {
    color: #f9ce71;
    text-decoration: none;
}

h1 a:hover {
    color: #FFFFFF
}

.container {
    margin: 0 auto;
    width: 75%;
}

.col-100 {
    float: left;
    width: 100%;
}

.col-75 {
    float: left;
    width: 75%
}

.col-50 {
    float: left;
    width: 50%;
}

.col-25 {
    float: left;
    width: 25%;
}

.right {
    float: right;
}

.left {
    float: left;
}

.centered {
    display: block;
    margin: 0 auto;
}

.center {
    width:100%;
    display: flex;
    justify-content: center;
}

a {
    text-decoration: none;
}

.margin-10 {
    margin: 10px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.home {
    letter-spacing: 4px;
    height: 100vh;
    background-image: url("../resources/Achtergrond.png");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.logo-img {
    width:600px;
}

.nav {
    margin-top: 16px;
    list-style: none;
    left: 50%;
    transform: translate(-50%, -00%);
    text-align: center;
    padding: 15px 0px 0px 0px;
    position: fixed;
    /* border: 1px solid white; */
    width: 100%;
    z-index: 99;
}

.nav ul {
    margin: 0px;
    padding: 0px;
}

.nav .nav-home, .nav .nav-home a {
    float: left;
    display: inline;
    font-size: 22px;
    padding: 0px 29px;
    color: #f9ce71;
    text-decoration: none;
}

/* .nav-content li:first-child a{
    display: inline;
    font-size: 22px;
    color: #f9ce71;
    text-decoration: none;
} */

.nav-content li:first-child {
    display: none;
}

.nav-home, .nav .nav-home a {
    padding-right: 0px;
}

.nav-content {
    background-color: #1d2b21;
    color: #CECECE;
    overflow: hidden;
    float: right;
}

.nav li {
    display: inline;
    font-size: 20px;
    padding: 0px 50px;
    color: #CECECE;
}

.nav li a {
    color: #FFFFFF;
    text-decoration: none;
    -webkit-transition: color 1s;
    -moz-transition:    color 1s;
    -ms-transition:     color 1s;
    -o-transition:      color 1s;
    transition:         color 1s;
}

.nav li a:hover {
    color: #f9ce71;
}

.nav a {
    display: inline-block;
}

/* .nav-content{
    max-height: 0;
    transition: max-height .5s ease-out;
} */

.nav-mobile {
    display: none;
}

/* Hamburger menu Icon */
.hamb {
    cursor: pointer;
    float: right;
    padding: 12px 20px;
    z-index: 99;
}

.hamb-line {
    background: var(--white);
    display: block;
    height: 2px;
    position: relative;
    width: 24px;
    z-index: 99;
}

.hamb-line::before,
.hamb-line::after{
    background: var(--white);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
    z-index: 99;
}
.hamb-line::before{
    top: 5px;
}
.hamb-line::after{
    top: -5px;
}

/* Hide checkbox */

.side-menu {
    display: none;
} 

/* Toggle menu */
.side-menu:checked ~ .nav-content{
    height: 100vh;
    display: block;
}

.side-menu:checked ~ .nav-content li{
    float: none;
}

.side-menu:checked ~ .hamb .hamb-line {
    background: transparent;
}

.side-menu:checked ~ .hamb .hamb-line::before {
    transform: rotate(-45deg);
    top:0;

}

.side-menu:checked ~ .hamb .hamb-line::after {
    transform: rotate(45deg);
    top:0;
}

.active {
    height: 49px;
    padding: 0px;
    background-color: #1d2b21;
    /* background: rgb(8,36,15);
    background: linear-gradient(90deg, rgba(8,36,15,1) 0%, rgba(3,3,9,1) 35%, rgba(8,36,15,0.9740753173828125) 100%); */
    margin: 0px;
    padding: 10px 0px;
    
    -webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;
}

.content-title {
    margin: 0;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 75%;
}

.home-title {
    font-size: 120px;
    text-align: center;
}


.hero__scroll {
    position: absolute;
    bottom: 60px;
    width: 200px;
    margin: auto;
    display: block;
    cursor: pointer;
    padding-bottom: 20px;
    left: 0;
    right: 0;
    text-transform: uppercase;
    text-align: center;
}

.hero {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
    color: #FFF;
    text-align: center;
}

.chevron.bottom:before {
    top: 0;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    display: flex;
    align-items: center;
    margin: auto;
    margin-top: 15px;
}

.chevron::before {
    border-style: solid;
    border-width: 0.25em 0.25em 0 0;
    content: '';
    display: inline-block;
    height: 20px;
    position: relative;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    vertical-align: top;
    width: 20px;
}

*, *:before, *:after {
    box-sizing: border-box;
}

.overMij {
    background-color: #1c211b;
    padding: 100px 0px 100px 0px;
    box-shadow: 
        inset 0px 11px 12px -10px #000000,
        inset 0px -11px 12px -10px #000000; 
}

.profile-picture {
    float: left;
    width: 30%;
}

.profile-picture .copyright {
    font-size: 16px;
    font-family: "angsana";
    color: #CECECE;
    /* position: absolute;
    margin-bottom: 0px;
    margin-left: -22%; */
}

.biography {
    float: right;
    padding: 50px;
    width: 70%;
}

.bio-text {
    font-family: "angsana";
    font-size: 1.6em;
    line-height: 1.2em;
    color: #CECECE;
    font-weight: normal;
}

.clear {
    clear: both;
}


input[type=radio] {
  display: none;
}

.instagram {
    padding-top: 10px;
    padding-bottom: 40px;
    background-color: #1d2b21;
}

iframe {
    height: 600px;
}

.boeken {
    background-color: #1d2b21;
    padding-top: 20px;
}

.boeken h1 {
    margin-bottom: 0px;
}

.boeken img {
    height: auto;
    max-width: 100%;
}

.ZP {
    display: block;
    width: 33%;
    float: left;
    margin-bottom: 40px;
}

.IHVH {
    display: block;
    width: 33%;
    float: left;
    margin-bottom: 40px;
}

.VZ {
    display: block;
    width: 33%;
    float: left;
    margin-bottom: 40px;
}

.boek-tekst {
    float: left;
    padding: 0px 20px;
    width: 50%;
    font-family: "angsana";
    font-size: 1.8em;
    line-height: 1.2em;
    color: #CECECE;
    font-weight: normal;
}

.recensent {
    color: #f9ce71;
    font-style: oblique;
}

.recensent:first-of-type {
    margin-bottom: 30px;
}

.boek-img {
    width: 70%;
}

.buy-btn {
    margin-top: 20px;
    padding: 9px 25px;
    background-color: #f9ce71;
    color: #000000;
    font-size: 18px;
    letter-spacing: 1px;
    border: none;
    cursor: pointer;
}

.overMij img {
    width: 100%;
    height: 90%;
    border-radius: 10px;
    object-fit: cover;
}

.upper-part {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    height: 36px;
    overflow: hidden;
}

.book-info {
    width: calc(100% - 32px);
    display: block;
}

.book-info .title {
    color: #403d40;
    font-size: 14px;
    line-height: 24px;
}

.sub-line {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.subtitle, .time {
    font-size: 12px;
    line-height: 16px;
    color: #c6c5c6;
}

.time {
    font-size: 12px;
    line-height: 16px;
    color: #a5a5a5;
    font-weight: 500;
    margin-left: auto;
}

.progress-bar {
    height: 3px;
    width: 100%;
    background-color: #e9efff;
    border-radius: 2px;
    overflow: hidden;
}

.progress {
    display: block;
    position: relative;
    width: 60%;
    height: 100%;
    background-color: #2992dc;
    border-radius: 6px;
}

.info-area {
    width: 100%;
    position: absolute;
    top: 0;
    left: 30px;
    transition: transform .4s ease-in;
}

.contact {
    /* min-height: 200px; */
    /* margin-top: 40px; */
    padding-top: 10px;
    padding-bottom: 40px;
    background-color: #1c211b;
    box-shadow: inset 0px 11px 12px -10px #000000, inset 0px -11px 12px -10px #000000;
}

.cc-header{
    font-size: 20px;
    margin-bottom: 30px;
}

.rere, .sel{
    text-align: center;
    margin: 20px 0px;
}

.rere a, .sel a{
    color: #f9ce71;
    text-decoration: none;
}

input[type="text"] {
    padding: 12px 20px;
    box-sizing: border-box;
    border: none;
    border-bottom: 1px solid #f9ce71;
    border-radius: 4px;
    background-color: #0b1409;
    color: #FFFFFF;
}

input[type="text"]:focus, textarea:focus {
    border: 1px solid #f9ce71;
    outline: none;
}

textarea {
    width: 100%;
    height: 150px;
    padding: 12px 20px;
    box-sizing: border-box;
    border: none;
    border-bottom: 1px solid #f9ce71;
    border-radius: 4px;
    background-color: #0b1409;
    color: #FFFFFF;
    resize: none;
}

/* input[type="submit"] {
    float: right;
    padding: 12px 20px;
    background-color: #f9ce71;
    color: #000000;
    font-size: 18px;
    letter-spacing: 1px;
    border: none;
} */

.submit-button {
    width: 175px;
    float: right;
    padding: 12px 20px;
    background-color: #f9ce71;
    color: #000000;
    font-size: 18px;
    letter-spacing: 1px;
    border: none;
    cursor: pointer;
}

.help-block {
    color: #b02a2c;
}

.FAQ-body {
    /* background-image: url("Achtergrond\ RO\ website\ 2.png");
    background-repeat: no-repeat; */
    /* background-color: #1c211b; */
    background-color: #0b1409;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}

.FAQ {
    letter-spacing: 2px;
    overflow: hidden;
}

.FAQ .content-title-FAQ {
    vertical-align: none;
    margin-top: 80px;
}

.FAQ a {
    color: #f9ce71;
    text-decoration: none;
    -webkit-transition: color 1s;
    -moz-transition:    color 1s;
    -ms-transition:     color 1s;
    -o-transition:      color 1s;
    transition:         color 1s;
}

.FAQ a:hover {
    color: #FFFFFF;
}

.answer {
    letter-spacing: 0px;
    font-family: "angsana";
    font-size: 1.6em;
    line-height: 1.2em;
    color: #CECECE;
    font-weight: normal;
}

.icon {
    float: left;
    margin-right: 10%;
    margin-bottom: 30px;
}

.center div:last-child {
    margin-right: 0;
}

.under-icons{
    border-top: 1px solid #f9ce71;
}

a.mail {
    background-image: url("../resources/icons/mail-250.png");
}

a.mail:hover {
    background-image: url("../resources/icons/mail-250-white.png");
}

a.fb {
    background-image: url('../resources/icons/facebook-240.png');
}

a.fb:hover {
    background-image: url('../resources/icons/facebook-250-white.png');
}

a.instagram-icon {
    background-image: url('../resources/icons/instagram-240.png');
}

a.instagram-icon:hover {
    background-image: url('../resources/icons/instagram-250-white.png');
}

a.pinterest {
    background-image: url('../resources/icons/pinterest-240.png');
}

a.pinterest:hover {
    background-image: url('../resources/icons/pinterest-250-white.png');
}

a.tiktok {
    background-image: url('../resources/icons/tiktok-250.png');
}

a.tiktok:hover {
    background-image: url('../resources/icons/tiktok-250-white.png');
}

a.mail, a.fb, a.instagram-icon, a.pinterest, a.tiktok {
    background-size: 60px;
    width:  60px;
    height: 60px;
    display: block;
}

.contact-line {
    display: none;
}

#item-2:checked ~ .player #test {
  transform: translateY(0);
}

#item-2:checked ~ .player #test  {
  transform: translateY(-40px);
}

#item-3:checked ~ .player #test  {
  transform: translateY(-80px);
}

@media only screen and (max-width: 1338px) {
    .nav li {
        padding: 0px 30px;
    }

    .ZP, .IHVH, .VZ{
        width: 33%;
    }

    .boek-tekst {
        width: 100%;
        margin-top: 20px;
        padding: 0px 20px 0px 0px;
    }

    .ZP:after {
        clear:both;
    }
}

@media only screen and (max-width: 1100px) {
    h1 {
        text-align: center;
    }

    .home-title {
        font-size: 100px;
    }

    .nav .nav-home, .nav .nav-home a {
        padding: 0px 10px;
    }
    
    .biography {
        padding-top: 0px;
    }

    .nav {
        margin-top: 0px;
    }

    .nav-content {
        display: none;
        width: 100%;
        position: absolute;
    } 

    .side-menu:checked ~ .nav-content li:first-child {
        display: block;
    }

    .side-menu:checked ~ .nav-content li:first-child a {
        color: #f9ce71;
    }

    .side-menu:checked ~ .nav-content {
        top: 0;
    }

    .side-menu:checked ~ .nav-content ul {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

    .logo-img {
        width:500px;
    }

    .nav li, .nav li:last-child {
        display: block;
        font-size: 20px;
        padding: 20px 0px;
        color: #CECECE;
    }

    .rere, .sel {
        margin: 30px 0px;
    }
}

@media (min-width: 1100px) {
    .nav-content{
        max-height: none;
        top: 0;
        background-color: transparent;
    }

    .hamb{
        display: none;
    }
}

@media only screen and (max-width: 950px) {
    .biography {
        float: none;
        width: 100%;
        padding: 0px;
    }

    .ZP, .IHVH, .VZ {
        width: 100%;
    }

    .boek-img {
        margin: 0 auto;
        float: none;
    }

    .center-small-devices {
        text-align: center;
    }

    .boek-tekst {
        text-align: center;
        padding: 0px;
    }

    .profile-picture {
        float: none;
        width: 100%;
        margin-bottom: 50px;
    }
    
    .contact .col-50 {
        width: 100%;
    }

    .logo-img {
        width:400px;
    }

    .icon {
        margin-bottom: 15px;
    }

    a.mail, a.fb, a.instagram-icon, a.pinterest, a.tiktok {
        background-size: 40px;
        height: 40px;
        width: 40px;
    }

    .contact-line {
        display: block;
        border-color: #f9ce71;
    }
}

@media only screen and (max-width: 700px) {

    .logo-img {
        width:300px;
    }
}

@media only screen and (max-width: 500px) {

    .logo-img {
        width:200px;
    }
}

@media only screen and (max-width: 600px) {
    .home-title {
        font-size: 80px;
    }

    a.mail, a.fb, a.instagram-icon, a.pinterest, a.tiktok {
        background-size: 25px;
        height: 25px;
        width: 25px;
    }
}

@media (min-width:320px)  { /* smartphones, iPhone, portrait 480x320 phones */ }
@media (max-width:481px)  { /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */ 

    h1 {
        font-size: 1.5em;
    }

}
@media (min-width:641px)  { /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */ }
@media (min-width:961px)  { /* tablet, landscape iPad, lo-res laptops ands desktops */ }
@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */ }
@media (min-width:1281px) { /* hi-res laptops and desktops */ }